home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / it_ch.txt < prev    next >
Text File  |  2000-02-23  |  2KB  |  61 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. it_CH {
  13.     CurrencyElements { 
  14.             "SFr.",
  15.             "CHF",
  16.             ".",
  17.     }
  18.     DateTimePatterns { 
  19.             "H.mm' h' z",
  20.             "HH:mm:ss z",
  21.             "HH:mm:ss",
  22.             "HH:mm",
  23.             "EEEE, d. MMMM yyyy",
  24.             "d. MMMM yyyy",
  25.             "d-MMM-yy",
  26.             "dd.MM.yy",
  27.             "{1} {0}",
  28.     }
  29.     LocaleID { "0810" }
  30.     LocaleString { "it_CH" }
  31.     NumberElements { 
  32.             ".",
  33.             "'",
  34.             ";",
  35.             "%",
  36.             "0",
  37.             "#",
  38.             "-",
  39.             "E",
  40.             "\u2030",
  41.             "\u221E",
  42.             "\uFFFD",
  43.     }
  44.     NumberPatterns { 
  45.             "#,##0.###;-#,##0.###",
  46.             "\u00A4 #,##0.00;\u00A4-#,##0.00",
  47.             "#,##0%",
  48.     }
  49.     ShortCountry { "CHE" }
  50.     localPatternChars { "GuMtkHmsSEDFwWahKz" }
  51.     zoneStrings { 
  52.         {
  53.                 "Africa/Casablanca",
  54.                 "GMT",
  55.                 "GMT",
  56.                 "GMT",
  57.                 "GMT",
  58.         }
  59.     }
  60. }
  61.